Get.Get

Undocumented in source.
  1. enum string Get;
  2. enum Get;
    template Get(P...)
    static if(!(P.length == 0))
    static if(isInstanceOf!(Default, P[0]))
    enum Get = P[0].value;
  3. alias Get = Get!(P[1..$])

Meta